vue 中 highcharts 的簡單使用 首先安裝依賴 npm install -S vue-highcharts 在main.js 中進行配置 import Vue from 'vue' impo ...